A thread is a sequence of executable instructions created by a program 線程是由程序創建的一系列可執行指令。
The breakpoint is set at the next executable instruction in the function call 在函數調用中的下一個可執行指令處設置斷點。
The visual c compiler generates an . exe that contains msil code rather than machine executable instructions C + +編譯器生成的. exe包含msil代碼,而不是可由計算機執行的指令。
The key work performed in this stage is to determine which bytes of the binary hold executable instruction and which hold data 這個階段要做的主要工作是確定二進制代碼中哪些字節是可執行指令、哪些是數據。
Once the executable instructions of a program have been identified they may be segmented into groups representing procedures ( or functions ) 一旦程序的可執行指令已經被識別,它們就可以被分割為表示過程(或函數)的組。